home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-11-06 | 1.7 KB | 65 lines |
- ; -- NETSTRM.INX --
- ;
- ; STREAMS Environment.
- ;
- ; Copyright (c) 1993-1999, Microsoft Corporation
-
- [Version]
- Signature = "$Windows NT$"
- Class = NetTrans
- ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- DriverVer=11/06/1999,5.00.2175.1
-
- [ControlFlags]
- ExcludeFromSelect = MS_Streams
-
- [Manufacturer]
- %Msft% = MSFT
-
- [MSFT]
- %STREAMS_Desc% = STREAMS.ndi, MS_Streams
-
- [STREAMS.ndi]
- AddReg = STREAMS.ndi.AddReg
- Characteristics = 0x28 ; NCF_NOT_USER_REMOVABLE | NCF_HIDDEN
- Reboot
-
- [STREAMS.ndi.Services]
- AddService = Streams, , STREAMS.AddService, STREAMS.AddEventLog
-
- [STREAMS.ndi.Remove.Services]
- DelService = Streams
-
- [STREAMS.AddService]
- DisplayName = %STREAMS_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 1 ;SERVICE_SYSTEM_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\streams.sys
- LoadOrderGroup = NDIS
- Description = %STREAMS_Desc%
-
- [STREAMS.AddEventLog]
- AddReg = STREAMS.AddEventLog.AddReg
-
- [STREAMS.AddEventLog.AddReg]
- HKR, , "EventMessageFile", 0x10000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , "TypesSupported", 0x10001, 7
-
- [STREAMS.ndi.AddReg]
- HKR, "Ndi", "Service", , "Streams"
- HKR, "Ndi", "CoServices", 0x10000, "Streams"
- HKR, "Ndi", "HelpText", , "%STREAMS_HELP%"
- HKR, "Ndi\Interfaces", "UpperRange", , "streamsStack"
- HKR, "Ndi\Interfaces", "LowerRange", , "ndis5,ndis5_streams"
-
-
- [Strings]
- Msft = "Microsoft"
-
- STREAMS_Desc = "Streams Environment"
- STREAMS_HELP = "Enables transport drivers developed in STREAMS environments (popular on UNIX platforms) to port easily to Windows."
-
-